/*
Theme Name: GeneratePress
Theme URI: https://generatepress.com
Author: Tom Usborne
Author URI: https://tomusborne.com
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 15kb (gzipped) to your page size. We take full advantage of the new block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS and is translated into over 25 languages by our amazing community of users. A few of our many features include microdata integration, 9 widget areas, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover) and navigation color presets. Learn more and check out our powerful premium version at https://generatepress.com
Version: 2.3.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: generatepress
Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, footer-widgets, blog, e-commerce, flexible-header, full-width-template, buddypress, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, rtl-language-support, featured-images, theme-options

GeneratePress, Copyright 2014-2019 EDGE22 Studios LTD.
GeneratePress is distributed under the terms of the GNU GPL

GeneratePress is based on Underscores http://underscores.me/, (C) 2012-2019 Automattic, Inc.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Elements
# Forms
# Links
# Alignments
# Accessibility
# Clearings
# Navigation
	# Mobile Menu
	# Navigation Search
	# Dropdown Menus
	# Sidebar Navigation
	# Layout
	# Slideout Navigation (backwards compatibility)
	# Post Navigation
# Header
# Content
# Media
	# Captions
	# Galleries
	# Comments
# Widgets
# Content Layout
	# One Container
	# Separate Containers
	# Full Width Content
	# Contained Content
# Footer
	# Footer Bar
# Featured Images
# Top Bar
# Back to Top Button
# Font Icons
# SVG Icons
# Compatibility
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@font-face {
    font-family: Poppins-m;
    src: url('./fonts/Poppins-Medium.ttf');
    font-weight: bold;
}

@font-face {
    font-family: Poppins-r;
    src: url('./fonts/Poppins-Regular.ttf');
    font-weight: bold;
}

@font-face {
    font-family: Poppins-l;
    src: url('./fonts/Poppins-Light.ttf');
    font-weight: bold;
}

@font-face {
    font-family: Poppins-l-i;
    src: url('./fonts/Poppins-LightItalic.ttf');
    font-weight: bold;
}

h1 {
    font-family: Poppins-l-i !important;
}

h2,
h3,
h4,
h5 {
    font-family: Poppins-r !important;
}

* {
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    margin: 0;
    padding: 0;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

ol,
ul {
    list-style: none;
}

table {
    /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
    padding: 5px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
}

a {
    background-color: transparent;
}

a img {
    border: 0;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    font-weight: normal;
    text-transform: none;
    font-size: 17px;
    line-height: 1.5;
}

p {
    margin-bottom: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
}

pre {
    background: rgba(0, 0, 0, 0.05);
    font-family: inherit;
    font-size: inherit;
    line-height: normal;
    margin-bottom: 1.5em;
    padding: 20px;
    overflow: auto;
    max-width: 100%;
}

blockquote {
    border-left: 5px solid rgba(0, 0, 0, 0.05);
    padding: 20px;
    font-size: 1.2em;
    font-style: italic;
    margin: 0 0 1.5em;
    position: relative;
}

blockquote p:last-child {
    margin: 0;
}

table,
th,
td {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.5em;
    width: 100%;
}

th,
td {
    padding: 8px;
}

th {
    border-width: 0 1px 1px 0;
}

td {
    border-width: 0 1px 1px 0;
}

hr {
    background-color: rgba(0, 0, 0, 0.1);
    border: 0;
    height: 1px !important;
    margin-bottom: 40px;
    margin-top: 40px;
}

fieldset {
    padding: 0;
    border: 0;
    min-width: inherit;
}

fieldset legend {
    padding: 0;
    margin-bottom: 1.5em;
}

h1 {
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-weight: 300;
    text-transform: none;
}

h2 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-weight: 300;
    text-transform: none;
}

h3 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-weight: normal;
    text-transform: none;
}

h4,
h5,
h6 {
    margin-bottom: 20px;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

b,
strong {
    font-weight: bold;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

address {
    margin: 0 0 1.5em;
}

code,
kbd,
tt,
var {
    font: 15px Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: 0.5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

figure {
    margin: 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

th {
    font-weight: bold;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input,
select,
textarea {
    font-size: 100%;
    /* Corrects font size not being inherited in all browsers */
    margin: 0;
    /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline;
    /* Improves appearance and consistency in all browsers */
    *vertical-align: middle;
    /* Improves appearance and consistency in all browsers */
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    border: 1px solid transparent;
    background: #666;
    cursor: pointer;
    /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button;
    /* Corrects inability to style clickable 'input' types in iOS */
    padding: 10px 20px;
    color: #fff;
}

input[type='checkbox'],
input[type='radio'] {
    box-sizing: border-box;
    /* Addresses box sizing set to content-box in IE8/9 */
    padding: 0;
    /* Addresses excess padding in IE8/9 */
}

input[type='search'] {
    -webkit-appearance: textfield;
    /* Addresses appearance set to searchfield in S5, Chrome */
    box-sizing: content-box;
}

input[type='search']::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='number'],
textarea,
select {
    background: #fafafa;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 0px;
    padding: 10px 15px;
    box-sizing: border-box;
    max-width: 100%;
}

textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
    width: 100%;
}

input[type='file'] {
    max-width: 100%;
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/

a,
button,
input {
    transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}

a,
a:visited,
a:hover,
a:focus {
    text-decoration: none;
}

.button,
.wp-block-button .wp-block-button__link {
    padding: 10px 20px;
    display: inline-block;
}

.wp-block-button .wp-block-button__link {
    font-size: inherit;
    line-height: inherit;
}

.using-mouse :focus {
    outline: 0;
}

.using-mouse ::-moz-focus-inner {
    border: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

.no-sidebar .entry-content .alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    width: auto;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.m-0-auto {
    margin: 0 auto;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
    clip: auto !important;
    height: auto;
    width: auto;
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding: 15px 23px 14px;
    color: #333;
    background: #fff;
    z-index: 100000;
    /* Above WP toolbar. */
    text-decoration: none;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.paging-navigation:after,
.site-footer:after,
.site-info:after,
.page-header-content-container:after,
/* Temporary clearing until GPP 1.6.3 */
.inside-navigation:not(.grid-container):after,
.inside-header:not(.grid-container):after,
.inside-top-bar:not(.grid-container):after,
.inside-footer-widgets:not(.grid-container):after {
    content: '';
    display: table;
    clear: both;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.main-navigation {
    z-index: 100;
    padding: 0;
    clear: both;
    display: block;
}

.inside-navigation {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    font-weight: normal;
    text-transform: none;
    font-size: 15px;
}

.main-navigation ul li a {
    display: block;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.sf-menu > li.menu-item-float-right {
    float: right !important;
}

.main-navigation .main-nav ul li a {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 60px;
}

/*--------------------------------------------------------------
## Mobile Menu
--------------------------------------------------------------*/

.menu-toggle,
.mobile-bar-items,
.sidebar-nav-mobile {
    display: none;
}

.menu-toggle {
    padding: 0 20px;
    line-height: 60px;
    margin: 0;
    font-weight: normal;
    text-transform: none;
    font-size: 15px;
    cursor: pointer;
}

.main-navigation .mobile-bar-items a {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 60px;
}

/*--------------------------------------------------------------
## Navigation Search
--------------------------------------------------------------*/

.search-item a:before {
    content: '\f002';
    font-family: GeneratePress;

    width: 1.28571429em;
    text-align: center;
    display: inline-block;
}

.search-item.close-search a:before {
    content: '\f00d';
}

.search-item .screen-reader-text {
    top: 0;
    right: 0;
    left: auto;
    margin: 0;
}

.main-navigation li.search-item {
    float: right;
    z-index: 21;
}

li.search-item.active {
    transition: opacity 100ms ease-in-out;
}

.navigation-search {
    position: absolute;
    left: -99999px;
    pointer-events: none;
    visibility: hidden;
    z-index: 20;
    width: 100%;
    top: 0;
    transition: opacity 100ms ease-in-out;
    opacity: 0;
}

.navigation-search.nav-search-active {
    left: 0;
    right: 0;
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
}

.gen-sidebar-nav .navigation-search {
    top: auto;
    bottom: 0;
}

.navigation-search input {
    outline: 0;
    border: 0;
    vertical-align: bottom;
    line-height: 0;
    opacity: 0.9;
    width: 100%;
    z-index: 20;
    border-radius: 0;
    -webkit-appearance: none;
}

.navigation-search input::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

.navigation-search input::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

.navigation-search input::-webkit-search-decoration,
.navigation-search input::-webkit-search-cancel-button,
.navigation-search input::-webkit-search-results-button,
.navigation-search input::-webkit-search-results-decoration {
    display: none;
}

.nav-left-sidebar .main-navigation li.search-item.active,
.nav-right-sidebar .main-navigation li.search-item.active {
    width: auto;
    display: inline-block;
    float: right;
}

.navigation-search input {
    height: 60px;
}

/*--------------------------------------------------------------
## Dropdown Menus
--------------------------------------------------------------*/

.main-navigation ul ul {
    display: block;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    float: left;
    position: absolute;
    left: -99999px;
    opacity: 0;
    z-index: 99999;
    width: 200px;
    text-align: left;
    top: auto;
    transition: opacity 80ms linear;
    transition-delay: 0s;
    pointer-events: none;
    height: 0;
    overflow: hidden;
}

.main-navigation ul ul a {
    display: block;
}

.main-navigation ul ul li {
    width: 100%;
}

.main-navigation .main-nav ul ul li a {
    line-height: normal;
    padding: 10px 20px;
    font-size: 14px;
}

.main-navigation.sub-menu-left .sub-menu {
    right: 0;
}

.dropdown-hover .main-navigation:not(.toggled) ul li:hover > ul,
.dropdown-hover .main-navigation:not(.toggled) ul li.sfHover > ul {
    left: auto;
    opacity: 1;
    transition-delay: 150ms;
    pointer-events: auto;
    height: auto;
    overflow: visible;
}

.dropdown-hover .main-navigation:not(.toggled) ul ul li:hover > ul,
.dropdown-hover .main-navigation:not(.toggled) ul ul li.sfHover > ul {
    left: 100%;
    top: 0;
}

.dropdown-hover .main-navigation.sub-menu-left:not(.toggled) ul ul li:hover > ul,
.dropdown-hover .main-navigation.sub-menu-left:not(.toggled) ul ul li.sfHover > ul {
    right: 100%;
    left: auto;
}

.dropdown-click .main-navigation ul ul {
    visibility: hidden;
}

.dropdown-click .main-navigation ul.toggled-on,
.dropdown-click .main-navigation ul li.sfHover > ul.toggled-on {
    left: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    height: auto;
    overflow: visible;
}

.dropdown-click nav ul ul ul {
    background-color: transparent;
}

.main-navigation .main-nav ul ul li a {
    line-height: normal;
}

.nav-float-right .main-navigation ul ul ul {
    top: 0;
}

.main-navigation .main-nav ul li.menu-item-has-children > a {
    padding-right: 0;
    position: relative;
}

.menu-item-has-children .dropdown-menu-toggle {
    display: inline-block;
    height: 100%;
    clear: both;
    padding-right: 20px;
    padding-left: 10px;
}

.menu-item-has-children ul .dropdown-menu-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -10px;
}

nav ul ul .menu-item-has-children .dropdown-menu-toggle,
.sidebar .menu-item-has-children .dropdown-menu-toggle {
    float: right;
}

.dropdown-menu-toggle:before {
    content: '\f107';
    font-family: GeneratePress;

    display: inline-block;
    width: 0.8em;
    text-align: left;
}

nav:not(.toggled) ul ul .dropdown-menu-toggle:before {
    text-align: right;
}

.dropdown-hover .sub-menu-left:not(.toggled) ul ul .dropdown-menu-toggle:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dropdown-click .menu-item-has-children.sfHover > a .dropdown-menu-toggle:before {
    content: '\f106';
}

.dropdown-hover nav:not(.toggled) ul ul .dropdown-menu-toggle:before {
    content: '\f105';
}

.dropdown-click .main-navigation ul ul ul.toggled-on {
    left: 0;
    top: auto;
    position: relative;
}

/*--------------------------------------------------------------
## Sidebar Navigation
--------------------------------------------------------------*/

.widget-area .main-navigation li {
    float: none;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}

.dropdown-hover.both-left .widget-area .inside-right-sidebar .main-navigation ul li:hover ul,
.dropdown-hover.both-left .widget-area .inside-right-sidebar .main-navigation ul li.sfHover ul,
.dropdown-hover .widget-area .main-navigation ul li:hover ul,
.dropdown-hover .widget-area .main-navigation ul li.sfHover > ul {
    top: 0;
    left: 100%;
}

.dropdown-hover.both-right .widget-area .main-navigation ul li:hover ul,
.dropdown-hover.both-right .widget-area .main-navigation ul li.sfHover ul,
.dropdown-hover .widget-area .inside-right-sidebar .main-navigation ul li:hover ul,
.dropdown-hover .widget-area .inside-right-sidebar .main-navigation ul li.sfHover ul {
    right: 100%;
    left: auto;
}

.dropdown-hover.both-right .inside-left-sidebar .dropdown-menu-toggle:before,
.dropdown-hover .inside-right-sidebar .dropdown-menu-toggle:before {
    content: '\f104';
}

.dropdown-hover.both-left .inside-right-sidebar .dropdown-menu-toggle:before,
.dropdown-hover .inside-left-sidebar .dropdown-menu-toggle:before {
    content: '\f105';
}

.dropdown-click .widget-area .main-navigation ul ul {
    top: auto;
    position: absolute;
    float: none;
    width: 100%;
    left: -99999px;
}

.dropdown-click .widget-area .main-navigation ul ul.toggled-on {
    position: relative;
    left: 0;
    right: 0;
}

/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/

.nav-float-right .inside-header .main-navigation {
    float: right;
    clear: right;
}

.nav-float-left .inside-header .main-navigation {
    float: left;
    clear: left;
}

.nav-aligned-right .main-navigation .menu > li,
.nav-aligned-center .main-navigation .menu > li {
    float: none;
    display: inline-block;
}

.nav-aligned-right .main-navigation ul,
.nav-aligned-center .main-navigation ul {
    letter-spacing: -0.31em;
    font-size: 1em;
}

.nav-aligned-right .main-navigation ul li,
.nav-aligned-center .main-navigation ul li {
    letter-spacing: normal;
}

.nav-aligned-center .main-navigation {
    text-align: center;
}

.nav-aligned-right .main-navigation {
    text-align: right;
}

/*--------------------------------------------------------------
## Post Navigation
--------------------------------------------------------------*/

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 2em;
    overflow: hidden;
}

.paging-navigation .nav-previous,
.paging-navigation .nav-next {
    display: none;
}

.site-main .paging-navigation .navigation {
    margin: 0;
    /* Only for WordPress < 4.4 */
}

.site-main .post-navigation {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header {
    position: relative;
}

.inside-header {
    padding: 15px;
}

.main-title {
    margin: 0;
    font-size: 45px;
    line-height: 1.2em;
    word-wrap: break-word;
    font-weight: bold;
    text-transform: none;
}

.site-description {
    margin: 0;
    line-height: 1.5;
    font-weight: normal;
    text-transform: none;
    font-size: 15px;
}

.site-logo {
    display: inline-block;
    max-width: 100%;
    /* line-height: 60px; */
}

.header-aligned-center .site-header {
    text-align: center;
}

.header-aligned-right .site-header {
    text-align: right;
}

.site-header .header-image {
    vertical-align: middle;
}

.header-widget {
    float: right;
    overflow: hidden;
    max-width: 50%;
}

.header-widget .widget {
    padding: 0 0 20px;
    margin-bottom: 0;
}

.header-widget .widget:last-child {
    padding-bottom: 0;
}

.nav-float-right .header-widget .widget {
    padding: 0 0 10px;
}

.nav-float-right .header-widget {
    position: relative;
    top: -10px;
}

.nav-float-left .inside-header .site-branding,
.nav-float-left .inside-header .site-logo {
    float: right;
    clear: right;
}

.nav-float-left .inside-header:after {
    clear: both;
    content: '';
    display: table;
}

.nav-float-right .inside-header .site-branding {
    display: inline-block;
}

.header-widget .widget-title {
    margin-bottom: 15px;
}

.site-branding-container {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

.site-branding-container .site-logo {
    margin-right: 1.5em;
}

.header-aligned-right .site-branding-container {
    text-align: right;
}

.header-aligned-right .site-branding-container .site-logo {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    margin-right: 0;
    margin-left: 1.5em;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.sticky {
}

.post {
    margin: 0 0 2em;
}

.posted-on .updated,
.entry-header .cat-links:before,
.entry-header .tags-links:before,
.entry-header .comments-link:before,
.entry-header .gp-icon {
    display: none;
}

.byline,
.single .byline,
.group-blog .byline,
.entry-header .cat-links,
.entry-header .tags-links,
.entry-header .comments-link {
    display: inline;
}

footer.entry-meta .byline,
footer.entry-meta .posted-on {
    display: block;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 2em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-header,
.archive .format-aside .entry-header,
.blog .format-status .entry-header,
.archive .format-status .entry-header,
.blog .format-status .entry-meta,
.archive .format-status .entry-meta {
    display: none;
}

.blog .format-aside .entry-content,
.archive .format-aside .entry-content,
.blog .format-status .entry-content,
.archive .format-status .entry-content {
    margin-top: 0;
}

.blog .format-status .entry-content p:last-child,
.archive .format-status .entry-content p:last-child {
    margin-bottom: 0;
}

.site-content,
.entry-header {
    word-wrap: break-word;
}

.entry-title {
    margin-bottom: 0;
}

.page-header {
    margin-bottom: 30px;
}

.page-header .avatar {
    float: left;
    margin-right: 20px;
}

.page-header .author-info {
    overflow: hidden;
}

.page-header > *:last-child,
.page-header .author-info > *:last-child {
    margin-bottom: 0;
}

.entry-meta {
    font-size: 85%;
    margin-top: 0.5em;
    line-height: 1.5;
}

footer.entry-meta {
    margin-top: 2em;
}

.cat-links:before,
.tags-links:before,
.comments-link:before,
.nav-previous .prev:before,
.nav-next .next:before {
    font-family: GeneratePress;
    text-decoration: inherit;
    position: relative;
    margin-right: 0.6em;
    width: 13px;
    text-align: center;
    display: inline-block;
}

.cat-links:before {
    content: '\f07b';
}

.tags-links:before {
    content: '\f02c';
}

.comments-link:before {
    content: '\f086';
}

.nav-previous .prev:before {
    content: '\f104';
}

.nav-next .next:before {
    content: '\f105';
}

.cat-links,
.tags-links,
.comments-link {
    display: block;
}

.taxonomy-description p:last-child,
.read-more-container,
.page-content > *:last-child,
.entry-content > *:last-child,
.entry-summary > *:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
    position: relative;
}

.wp-caption img[class*='wp-image-'] {
    display: block;
    margin: 0 auto 0;
    max-width: 100%;
}

.wp-caption .wp-caption-text {
    font-size: 75%;
    padding-top: 5px;
    opacity: 0.8;
}

.wp-caption img {
    position: relative;
    vertical-align: bottom;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.wp-block-gallery {
    margin-left: 0;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    background: rgba(255, 255, 255, 0.7);
    color: #000;
    padding: 10px;
    box-sizing: border-box;
}

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

.site-main .gallery {
    margin-bottom: 1.5em;
}

.gallery-item img {
    vertical-align: bottom;
}

.gallery-icon {
    padding: 5px;
}

embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
}

.comment,
.comment-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.comment-author-info {
    display: inline-block;
    vertical-align: middle;
}

.comment-meta .avatar {
    float: left;
    margin-right: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.comment-author cite {
    font-style: normal;
    font-weight: bold;
}

.entry-meta.comment-metadata {
    margin-top: 0;
}

.comment-content {
    margin-top: 1.5em;
}

.comment-respond {
    margin-top: 0;
}

.comment-form > .form-submit {
    margin-bottom: 0;
}

.comment-form input,
.comment-form-comment {
    margin-bottom: 10px;
}

.comment-form #author,
.comment-form #email,
.comment-form #url {
    display: block;
}

.comment-metadata .edit-link:before {
    display: none;
}

.comment-body {
    padding: 30px 0;
}

.comment-content {
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.depth-1.parent > .children {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.comment .children {
    padding-left: 30px;
    margin-top: -30px;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.pingback .comment-body,
.trackback .comment-body {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.pingback .edit-link {
    font-size: 13px;
}

.comment-content p:last-child {
    margin-bottom: 0;
}

.comment-list > .comment:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}

ol.comment-list {
    margin-bottom: 1.5em;
}

#wp-comment-cookies-consent {
    margin-right: 7px;
}

.one-container .comments-area {
    margin-top: 1.5em;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget-area .widget {
    padding: 40px;
}

.widget {
    margin: 0 0 30px;
    box-sizing: border-box;
}

.sidebar .widget,
.footer-widgets .widget {
    font-size: 17px;
}

.widget select {
    max-width: 100%;
}

.widget_search .search-submit {
    display: none;
}

.widget_categories .children {
    margin-left: 1.5em;
    padding-top: 5px;
}

.widget_categories .children li:last-child {
    padding-bottom: 0;
}

.sidebar .widget *:last-child,
.footer-widgets .widget *:last-child {
    margin-bottom: 0;
}

.widget-title {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: normal;
    text-transform: none;
}

.widget ul,
.widget ol {
    margin: 0;
}

.widget ul li {
    list-style-type: none;
    position: relative;
    padding-bottom: 5px;
}

.widget .search-field {
    width: 100%;
}

.widget:last-child,
.separate-containers .widget:last-child {
    margin-bottom: 0;
}

.widget_nav_menu ul ul,
.widget_pages ul ul {
    margin-left: 1em;
    margin-top: 5px;
}

.widget ul li.menu-item-has-children,
.widget ul li.page_item_has_children {
    padding-bottom: 0;
}

#wp-calendar {
    table-layout: fixed;
    font-size: 80%;
}

#wp-calendar #prev,
#wp-calendar #prev + .pad {
    border-right: 0;
}

.sidebar .grid-container {
    max-width: 100%;
    width: 100%;
}

/*--------------------------------------------------------------
# Content Layout
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## One Container
--------------------------------------------------------------*/

.one-container.both-left .inside-left-sidebar,
.one-container.both-right .inside-left-sidebar {
    margin-right: 15px;
}

.one-container.both-left .inside-right-sidebar,
.one-container.both-right .inside-right-sidebar {
    margin-left: 15px;
}

.separate-containers .site-main > *:last-child,
.one-container .site-main > *:last-child {
    margin-bottom: 0;
}

.one-container:not(.page) .inside-article {
    padding: 0 0 30px 0;
}

.one-container.right-sidebar .site-main,
.one-container.both-right .site-main {
    margin-right: 40px;
}

.one-container.left-sidebar .site-main,
.one-container.both-left .site-main {
    margin-left: 40px;
}

.one-container.both-sidebars .site-main {
    margin: 0px 40px 0px 40px;
}

/*--------------------------------------------------------------
## Separate Containers
--------------------------------------------------------------*/

.separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header,
.separate-containers .paging-navigation,
.one-container .site-content,
.inside-page-header {
    padding: 0;
}

.separate-containers .widget,
.separate-containers .site-main > *,
.separate-containers .page-header,
.widget-area .main-navigation {
    margin-bottom: 20px;
}

.separate-containers .site-main {
    margin: 0px;
    margin-bottom: -10px;
}

.no-sidebar.separate-containers .site-main {
    margin-left: 0;
    margin-right: 0;
}

.right-sidebar.separate-containers .site-main,
.both-right.separate-containers .site-main {
    margin-left: 0;
}

.left-sidebar.separate-containers .site-main,
.both-left.separate-containers .site-main {
    margin-right: 0;
}

.both-right.separate-containers .inside-left-sidebar,
.both-left.separate-containers .inside-left-sidebar {
    margin-right: 10px;
}

.both-right.separate-containers .inside-right-sidebar,
.both-left.separate-containers .inside-right-sidebar {
    margin-left: 10px;
}

.separate-containers .inside-right-sidebar,
.separate-containers .inside-left-sidebar {
    margin-top: 20px;
    margin-bottom: 20px;
}

.separate-containers .page-header-image,
.separate-containers .page-header-contained,
.separate-containers .page-header-image-single,
.separate-containers .page-header-content-single {
    margin-top: 20px;
}

/*--------------------------------------------------------------
## Full Width Content
--------------------------------------------------------------*/

.full-width-content .container.grid-container {
    max-width: 100%;
}

.full-width-content.no-sidebar.separate-containers .site-main {
    margin: 0;
}

.full-width-content.separate-containers .inside-article,
.full-width-content.one-container .site-content {
    padding: 0;
}

/*--------------------------------------------------------------
## Contained Content
--------------------------------------------------------------*/

.contained-content.separate-containers .inside-article,
.contained-content.one-container .site-content {
    padding: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer-widgets {
    padding: 40px;
}

.site-info {
    text-align: left;
    padding: 20px;
    font-size: 13px;
    background: #344462 !important;
}

.site-footer .footer-widgets-container .inner-padding {
    padding: 0px 0px 0px 40px;
}

.site-footer .footer-widgets-container .inside-footer-widgets {
    margin-left: -40px;
}

/*--------------------------------------------------------------
## Footer Bar
--------------------------------------------------------------*/

.footer-bar-active .footer-bar .widget {
    padding: 0;
}

.footer-bar .widget_nav_menu > div > ul {
    display: inline-block;
    vertical-align: top;
}

.footer-bar .textwidget p:last-child {
    margin: 0;
}

.footer-bar-align-right .copyright-bar {
    float: left;
    position: relative;
}

.footer-bar-align-right .footer-bar,
.footer-bar-align-left .copyright-bar {
    float: right;
    text-align: right;
}

.footer-bar-align-left .footer-bar {
    float: left;
    text-align: left;
}

.footer-bar-align-center .copyright-bar {
    float: none;
    text-align: center;
}

.footer-bar-align-center .footer-bar {
    float: none;
    text-align: center;
    margin-bottom: 70px;
}

.footer-bar .widget-title {
    display: none;
}

.footer-bar .widget_nav_menu li {
    margin: 0 10px;
    float: left;
    padding: 0;
}

.footer-bar .widget_nav_menu li:first-child {
    margin-left: 0;
}

.footer-bar .widget_nav_menu li:last-child {
    margin-right: 0;
}

.footer-bar .widget_nav_menu li ul {
    display: none;
}

/*--------------------------------------------------------------
# Featured Images
--------------------------------------------------------------*/

.post-image {
    margin: 2em 0 0;
}

.page-header-image,
.page-header-image-single {
    line-height: 0;
    /* no more weird spacing */
}

.separate-containers .page-header-image,
.separate-containers .page-header-content {
    margin-top: 30px;
}

.separate-containers .inside-article > [class*='page-header-'],
.one-container .inside-article > [class*='page-header-'] {
    margin-bottom: 2em;
    margin-top: 0;
}

.inside-article .page-header-image-single.page-header-below-title {
    margin-top: 2em;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

.top-bar {
    font-weight: normal;
    text-transform: none;
    font-size: 13px;
}

.inside-top-bar {
    padding: 10px;
}

.display-inline-block {
    display: inline-block;
}
.top-bar .inside-top-bar .widget {
    padding: 0;
    display: inline-block;
    margin: 0;
}

.top-bar .inside-top-bar .textwidget p:last-child {
    margin: 0;
}

.top-bar-align-center {
    text-align: center;
}

.top-bar-align-right {
    text-align: right;
}

.top-bar-align-right .inside-top-bar > .widget:nth-child(even),
.top-bar-align-left .inside-top-bar > .widget:nth-child(odd) {
    float: left;
    margin-right: 10px;
}

.top-bar-align-right .inside-top-bar > .widget:nth-child(odd),
.top-bar-align-center .inside-top-bar .widget:not(:first-child) {
    margin-left: 10px;
}

.top-bar-align-left .inside-top-bar > .widget:nth-child(even) {
    margin-left: 10px;
    float: right;
}

.top-bar-align-center .inside-top-bar .widget:first-child:last-child {
    display: block;
}

.top-bar .widget-title {
    display: none;
}

.top-bar .widget_nav_menu li {
    margin: 0 10px;
    float: left;
    padding: 0;
}

.top-bar .widget_nav_menu li:first-child {
    margin-left: 0;
}

.top-bar .widget_nav_menu li:last-child {
    margin-right: 0;
}

.top-bar .widget_nav_menu li ul {
    display: none;
}

.top-bar .widget_nav_menu > div > ul {
    display: inline-block;
    vertical-align: top;
}

/*--------------------------------------------------------------
# Back to Top Button
--------------------------------------------------------------*/

.generate-back-to-top:before {
    content: '\f106';
    font-family: GeneratePress;
}

.generate-back-to-top,
.generate-back-to-top:visited {
    font-size: 20px;
    border-radius: 3px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    z-index: 10;
    transition: opacity 300ms ease-in-out;
}

.generate-back-to-top .screen-reader-text {
    left: 0;
    margin: 0;
}

/*--------------------------------------------------------------
# Font Icons
--------------------------------------------------------------*/

.menu-toggle:before,
.search-item a:before,
.dropdown-menu-toggle:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.nav-previous .prev:before,
.nav-next .next:before,
.generate-back-to-top:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    speak: none;
}

.cat-links:before,
.tags-links:before,
.comments-link:before,
.nav-previous .prev:before,
.nav-next .next:before {
    opacity: 0.7;
}

/*--------------------------------------------------------------
# SVG Icons
--------------------------------------------------------------*/

.gp-icon {
    display: inline-flex;
    align-self: center;
}

.gp-icon svg {
    height: 1em;
    width: 1em;
    top: 0.125em;
    position: relative;
    fill: currentColor;
}

.icon-menu-bars svg:nth-child(2),
.toggled .icon-menu-bars svg:nth-child(1),
.icon-search svg:nth-child(2),
.close-search .icon-search svg:nth-child(1) {
    display: none;
}

.toggled .icon-menu-bars svg:nth-child(2),
.close-search .icon-search svg:nth-child(2) {
    display: block;
}

.entry-meta .gp-icon {
    margin-right: 0.6em;
    opacity: 0.7;
}

.dropdown-hover .sub-menu .dropdown-menu-toggle .gp-icon svg,
.dropdown-hover .children .dropdown-menu-toggle .gp-icon svg,
.dropdown-hover.both-left .inside-right-sidebar .dropdown-menu-toggle .gp-icon svg,
.dropdown-hover .inside-left-sidebar .dropdown-menu-toggle .gp-icon svg,
.nav-next .gp-icon svg {
    transform: rotate(-90deg);
    transform-origin: center;
}

.dropdown-hover .sub-menu-left:not(.toggled) ul ul .dropdown-menu-toggle .gp-icon svg,
.dropdown-hover.both-right .inside-left-sidebar .dropdown-menu-toggle .gp-icon svg,
.dropdown-hover .inside-right-sidebar .dropdown-menu-toggle .gp-icon svg,
.nav-previous .gp-icon svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.dropdown-click .sfHover > a > .dropdown-menu-toggle > .gp-icon svg,
nav.toggled .sfHover > a > .dropdown-menu-toggle > .gp-icon svg,
.generate-back-to-top .gp-icon svg {
    transform: rotate(180deg);
}

nav.toggled .sub-menu .dropdown-menu-toggle .gp-icon svg {
    transform: rotate(0deg);
}

/*--------------------------------------------------------------
# Compatibility
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
/* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
    display: block;
}

/* SiteOrigin Page Builder */
.so-panel.widget {
    padding: 0;
}

/* MailChimp CSS */
#mc_embed_signup .clear {
    display: block;
    height: auto;
    visibility: visible;
    width: auto;
}

/* Bootstrap fix */
.container.grid-container {
    width: auto;
}

/*flex布局*/

/*设置flex容器和定义方向*/
/* 父元素-flex容器 */
.flex {
    display: box;
    /* OLD - Android 4.4- */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

/* 父元素-横向排列（主轴） */
.flex-h {
    display: box;
    /* OLD - Android 4.4- */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    /* 09版 */
    -webkit-box-orient: horizontal;
    /* 12版 */
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
}

/* 父元素-纵向排列（主轴） */
.flex-v {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

/*现在不常用*/
/* 父元素-竖直居中（主轴是横向才生效） */
.flex-vc {
    /* 09版 */
    -webkit-box-align: center;
    /* 12版 */
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}

/* 父元素-水平居中（主轴是横向才生效） */
.flex-hc {
    /* 09版 */
    -webkit-box-pack: center;
    /* 12版 */
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    /* 其它取值如下： align-items	 主轴原点方向对齐 flex-end		主轴延伸方向对齐 space-between   等间距排列，首尾不留白 space-around	等间距排列，首尾留白 */
}

/* 父元素-水平居左（主轴是横向才生效） */
.flex-hr {
    /* 09版 */
    -webkit-box-pack: start;
    /* 12版 */
    -webkit-justify-content: flex-start;
    -moz-justify-content: start;
    -ms-justify-content: start;
    -o-justify-content: start;
    justify-content: flex-start;
    /* 其它取值如下： align-items	 主轴原点方向对齐 flex-end		主轴延伸方向对齐 space-between   等间距排列，首尾不留白 space-around	等间距排列，首尾留白 */
}

/*现在常用*/
/*主轴是水平*/
/*flex 水平居中&垂直居中 兼容写法*/
.flex-hc-vc {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}

/*flex 水平居左&垂直居中 兼容写法*/
.flex-hl-vc {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: start;
    -ms-justify-content: start;
    -o-justify-content: start;
    justify-content: flex-start;
}

/*flex 水平居左&垂直居左 兼容写法*/
.flex-hl-vl {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: center;
    -o-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: start;
    -ms-justify-content: start;
    -o-justify-content: start;
    justify-content: flex-start;
}

/*flex 水平居右&垂直居中 兼容写法*/
.flex-hr-vc {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: end;
    -ms-justify-content: end;
    -o-justify-content: end;
    justify-content: flex-end;
}

/*flex 水平等间距排列，首尾不留白&垂直居中 兼容写法*/
.flex-hb-vc {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}

/*flex 水平等间距排列，首尾留白&垂直居中 兼容写法*/
.flex-ha-vc {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: space-around;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
}

.flex-hb-vt {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: start;
    -ms-align-items: start;
    -o-align-items: start;
    align-items: flex-start;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}

/*主轴是垂直*/
.flex-hc-vl {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: start;
    -ms-align-items: start;
    -o-align-items: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}

.flex-hc-vr {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: end;
    -ms-align-items: end;
    -o-align-items: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}

/* 父元素-横向换行 */
.flex-hw {
    /* 09版 */
    /*-webkit-box-lines: multiple;*/
    /* 12版 */
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* 子元素 单独操作 */
.align-self-right {
    -webkit-align-self: flex-end;
    align-self: flex-end;
}

/* 子元素-平均分栏 */
.flex1 {
    -webkit-box-flex: 0 1 auto;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 1 auto;
    /* OLD - Firefox 19- */
    width: 50%;
    /* For old syntax, otherwise collapses. */
    -webkit-flex: 0 1 auto;
    /* Chrome */
    -ms-flex: 1;
    /* IE 10 */
    flex: 0 1 auto;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.flex1-2 {
    -webkit-box-flex: 0 1 auto;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 1 auto;
    /* OLD - Firefox 19- */
    width: 50%;
    /* For old syntax, otherwise collapses. */
    -webkit-flex: 0 1 auto;
    /* Chrome */
    -ms-flex: 1;
    /* IE 10 */
    flex: 0 1 auto;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.flex1-3 {
    -webkit-box-flex: 0 1 auto;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 1 auto;
    /* OLD - Firefox 19- */
    width: 33%;
    /* For old syntax, otherwise collapses. */
    -webkit-flex: 0 1 auto;
    /* Chrome */
    -ms-flex: 1;
    /* IE 10 */
    flex: 0 1 auto;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.flex1-4 {
    -webkit-box-flex: 0 1 auto;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 1 auto;
    /* OLD - Firefox 19- */
    width: 25%;
    /* For old syntax, otherwise collapses. */
    -webkit-flex: 0 1 auto;
    /* Chrome */
    -ms-flex: 1;
    /* IE 10 */
    flex: 0 1 auto;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.flex2-3 {
    -webkit-box-flex: 0 1 auto;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 1 auto;
    /* OLD - Firefox 19- */
    width: 66%;
    /* For old syntax, otherwise collapses. */
    -webkit-flex: 0 1 auto;
    /* Chrome */
    -ms-flex: 1;
    /* IE 10 */
    flex: 0 1 auto;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

/* 全局滚动条 */
::-webkit-scrollbar-thumb {
    background: hsla(220, 4%, 58%, 0.3);
    border-radius: 3px;
    border: 0;
    opacity: 1;
    transition: opacity 0.34s ease-out;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track-piece {
    background-color: transparent;
}

ul {
    margin: 0;
}

ul li {
    list-style: none;
}

/*FireFox*/
@-moz-document url-prefix() {
    .layui-table-view .layui-table[lay-size='lg'] td[data-field='documents'] .layui-table-cell,
    .layui-table-view .layui-table[lay-size='lg'] td[data-field='attachments'] .layui-table-cell {
        line-height: 20px;
    }
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-ellipsis-line-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.text-ellipsis-line-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.text-ellipsis-line-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.text-ellipsis-line-4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.bor-r-05 {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.bor-r-2 {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.bor-r-4 {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.bor-r-8 {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.pos-a {
    position: absolute;
}

.pos-r {
    position: relative;
}

.pos-f {
    position: fixed !important;
}

.cur-p {
    cursor: pointer !important;
}

.cur-d {
    cursor: default !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.hidden {
    visibility: hidden !important;
}

.minh-40 {
    min-height: 40px;
}

.minh-20 {
    min-height: 20px;
}

.minh-100 {
    min-height: 100px;
}

.minh-200 {
    min-height: 200px;
}

.minh-220 {
    min-height: 220px;
}

.minh-300 {
    min-height: 300px;
}

.h-100 {
    height: 100px;
}

.h-0 {
    height: 0 !important;
    min-height: 0 !important;
    /* padding: 0!important;
  margin: 0!important; */
}

.h-a {
    height: auto;
}

.w-a {
    width: auto;
}

.minw-a {
    min-width: auto !important;
}

.minw-120 {
    min-width: 120px !important;
}

.w-1 {
    width: 100% !important;
}

.w-unset {
    width: unset !important;
}

.w-05 {
    width: 50%;
}

.w-025 {
    width: 25%;
}

.w-85 {
    width: 85%;
}

.w-15 {
    width: 15%;
}

.w-12 {
    width: 12px !important;
}

.h-12 {
    height: 12px !important;
}

.w-16 {
    width: 16px !important;
}

.h-16 {
    height: 16px !important;
}

.w-120 {
    width: 120px !important;
}

.w-140 {
    width: 140px !important;
}

.w-160 {
    width: 160px !important;
}

.w-200 {
    width: 200px !important;
}

.w-248 {
    width: 248px;
}

.w-260 {
    width: 260px !important;
}

.w-220 {
    width: 220px !important;
}

.w-240 {
    width: 240px !important;
}

.w-250 {
    width: 250px !important;
}

.w-225 {
    width: 225px;
}

.h-225 {
    height: 225px;
}

.w-213 {
    width: 213px;
}

.h-213 {
    height: 213px;
}

.maxw-100 {
    max-width: 100px !important;
}

.maxw-120 {
    max-width: 120px !important;
}

.h-200 {
    height: 200px !important;
}

.h-180 {
    height: 180px !important;
}

.h-160 {
    height: 160px !important;
}

.h-120 {
    height: 120px !important;
}

.h-60 {
    height: 60px !important;
}

.h-45 {
    height: 45px !important;
}

.theme-color {
    color: #344462;
}

/* margin-0 */
.m-0 {
    margin: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

/* margin-5 */

.mt-5 {
    margin-top: 5px !important;
}

.mt-24 {
    margin-top: 24px;
}
.mt-38 {
    margin-top: 38px;
}
.mt-50 {
    margin-top: 50px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-246 {
    margin-top: 246px;
}

.mt-230 {
    margin-top: 230px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-140 {
    margin-top: 140px;
}

.ml-58 {
    margin-left: 58px;
}

.mr-12 {
    margin-right: 12px;
}

.mb-5 {
    margin-bottom: 5px !important;
}
.mb-24 {
    margin-bottom: 24px !important;
}

.mb-12 {
    margin-bottom: 12px !important;
}
.mb-115 {
    margin-bottom: 115px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.m-tb-5 {
    margin: 5px 0;
}

.m-lr-5 {
    margin: 0 5px;
}

/* margin-10 */

.m-10 {
    margin: 10px;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.m-tb-10 {
    margin: 10px 0 !important;
}

.m-lr-10 {
    margin: 0 10px;
}

/* margin-10 */
.mt-15 {
    margin-top: 15px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.m-tb-15 {
    margin: 15px 0;
}

.m-lr-15 {
    margin: 0 15px;
}

.m-tb-30 {
    margin: 30px 0 !important;
}

/* padding-0 */
.p-0 {
    padding: 0 !important;
}

/* padding-5 */
.pt-5 {
    padding-top: 5px !important;
}

.pt-24 {
    padding-top: 24px;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pt-126 {
    padding-top: 126px !important;
}

.pt-154 {
    padding-top: 154px !important;
}

.pl-20 {
    padding-left: 20px;
}
.px-60 {
    padding-left: 60px;
    padding-right: 60px;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-24 {
    padding-bottom: 24px;
}
.pl-174 {
    padding-left: 174px !important;
}
.pl-5 {
    padding-left: 5px !important;
}

.pl-66 {
    padding-left: 66px;
}

.pr-5 {
    padding-right: 5px !important;
}

.pr-12 {
    padding-right: 12px !important;
}

.p-tb-5 {
    padding: 5px 0;
}

.p-lr-5 {
    padding: 0 5px;
}

.lh-2 {
    line-height: 2 !important;
}

.lh-3 {
    line-height: 3 !important;
}

/* padding-10 */
.pt-10 {
    padding-top: 10px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-18 {
    padding-bottom: 18px !important;
}

.pb-12 {
    padding-bottom: 12px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.p-tb-10 {
    padding: 10px 0;
}

.p-lr-10 {
    padding: 0 10px;
}

/* padding-10 */
.pt-15 {
    padding-top: 15px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-158 {
    padding-left: 158px;
}

.pr-15 {
    padding-right: 15px !important;
}

.p-tb-15 {
    padding: 15px 0;
}

.p-lr-15 {
    padding: 0 15px;
}

.p-lr-01 {
    padding-left: 10%;
    padding-right: 10%;
}

.p-lr-005 {
    padding-left: 5%;
    padding-right: 5%;
}

.p-30 {
    padding: 30px !important;
}

.p-15 {
    padding: 15px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-5 {
    padding: 5px !important;
}

.m-5 {
    margin: 5px !important;
}

.m-tb-30 {
    margin: 30px 0;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mt-88 {
    margin-top: 88px;
}

.mt-76 {
    margin-top: 76px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-45 {
    margin-top: 45px;
}
.mt-18 {
    margin-top: 18px !important;
}

.pt-45 {
    padding-top: 45px;
}

.mr-24 {
    margin-right: 24px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-40 {
    margin-right: 40px;
}

.b-12 {
    border-radius: 12px !important;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    -ms-border-radius: 12px !important;
    -o-border-radius: 12px !important;
}

.mr-50 {
    margin-right: 50px;
}

.mr-18 {
    margin-right: 18px;
}
.mr-20 {
    margin-right: 20px !important;
}

.mr-77 {
    margin-right: 77px;
}

.ml-50 {
    margin-left: 50px;
}

.col-fff {
    color: #fff !important;
}

.col-ccc {
    color: #ccc;
}

.col-ddd {
    color: #ddd;
}

.col-eee {
    color: #eee;
}

.col-333 {
    color: #333;
}

.col-666 {
    color: #666;
}

.col-777 {
    color: #777;
}

.col-a1a {
    color: #a1a1a1;
}

.col-qs1 {
    color: #1abc9c;
}

.col-qs2 {
    color: #16a085;
}

.col-lvs1 {
    color: #2ecc71;
}

.col-lvs2 {
    color: #27ae60;
}

.col-ls1 {
    color: #3498db;
}

.col-ls2 {
    color: #2980b9;
}

.col-zs1 {
    color: #9b59b6;
}

.col-zs2 {
    color: #8e44ad;
}

.col-lh1 {
    color: #34495e;
}

.col-lh2 {
    color: #2c3e50;
}

.col-hs1 {
    color: #f1c40f;
}

.col-hs2 {
    color: #f39c12;
}

.col-cs1 {
    color: #e67e22;
}

.col-cs2 {
    color: #d35400;
}

.col-hos1 {
    color: #e74c3c;
}

.col-hos2 {
    color: #c0392b;
}

.col-497 {
    color: #497fc1 !important;
}

.col-007 {
    color: #2e9985 !important;
}

.col-1E9 {
    color: #1e9fff;
}

.col-FFB {
    color: #ffb800;
}

.col-FF5 {
    color: #ff5722;
}

.col-009 {
    color: #009688;
}

.w-20 {
    width: 20px !important;
}

.w-400 {
    width: 400px;
}
.h-20 {
    height: 20px !important;
}

.w-30 {
    width: 30px !important;
}

.h-30 {
    height: 30px !important;
}

.w-4-per {
    width: 4%;
}

.w-100-per {
    width: 100% !important;
}

.w-80-per {
    width: 80% !important;
}

.w-88-per {
    width: 88% !important;
}

.w-70-per {
    width: 70% !important;
}

.w-50-per {
    width: 50%;
}

.w-48-per {
    width: 48%;
}
.w-35-per {
    width: 35% !important;
}

.w-45-per {
    width: 45% !important;
}
.w-25-per {
    width: 25% !important;
}
.w-28-per {
    width: 28% !important;
}
.w-60-per {
    width: 60%;
}
.w-54-per {
    width: 54%;
}
.w-92-per {
    width: 92%;
}
.w-450 {
    width: 450px !important;
}
.w-40 {
    width: 40px !important;
}

.h-40 {
    height: 40px !important;
}

.w-48 {
    width: 48px !important;
}

.h-48 {
    height: 48px !important;
}

.w-75 {
    width: 75px !important;
}

.w-70 {
    width: 70px !important;
}

.w-80 {
    width: 80px !important;
}

.w-95 {
    width: 95px !important;
}

.w-60 {
    width: 60px !important;
}

.h-80 {
    height: 80px !important;
}

.h-250 {
    height: 250px !important;
}

.font-14 {
    font-size: 14px;
}

.font-12 {
    font-size: 12px;
}

.line-height-30 {
    line-height: 30px;
}

.font-size-20 {
    font-size: 20px !important;
}

.font-size-32 {
    font-size: 32px !important;
}

.font-size-30 {
    font-size: 30px !important;
}

.font-size-24 {
    font-size: 24px !important;
}

.font-size-26 {
    font-size: 26px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-10 {
    font-size: 10px !important;
}

.font-style-italic {
    font-style: italic;
}

.no-bd {
    border: none !important;
}

.no-sh {
    box-shadow: none !important;
}

.no-bg {
    background: transparent !important;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.trans-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.lh-20 {
    height: 20px;
    line-height: 20px;
}

.lh-26 {
    height: 26px;
    line-height: 26px;
}

.lh-28 {
    height: 28px;
    line-height: 28px;
}

.lh-32 {
    height: 32px;
    line-height: 32px;
}

.lh-36 {
    height: 36px;
    line-height: 36px;
}

.lh-40 {
    height: 40px;
    line-height: 40px;
}

.lh-1 {
    line-height: 1;
}

.lh-1-2 {
    line-height: 1.2;
}

.lh-1-4 {
    line-height: 1.4;
}
.lh-1-5 {
    line-height: 1.5;
}

.bl-12 {
    border-left: 12px solid #2e9985;
}

.op-7 {
    opacity: 0.7;
}

.bg-ddd {
    background-color: #ddd;
}

.bg-fff {
    background-color: #fff;
}

.bg-f2f {
    background-color: #f2f2f2;
}

.bg-f5f {
    background-color: #f5f5f5;
}

.bg-007 {
    background-color: #2e9985;
}

.bg-f57 {
    background-color: #f57f17;
}

.bgc-777 {
    background-color: #777;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left !important;
}

.home-part .home-top-text {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.home-part .home-top-text h1 {
    font-size: 46px;
}

.home-part .home-top-text-type2 {
    left: 0%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.home-part .home-top-text-type2 h1 {
    font-size: 46px;
}

.home-part .home-top-text-type3 {
    left: 6%;
    bottom: 20%;
}

.home-part .home-top-text-type3 h1 {
    font-size: 46px;
}

.home-list-right {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.home-list-left {
    transform: translateY(-5%);
    left: 0%;
    top: 8%;
    -webkit-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    -o-transform: translateY(-5%);
}

.home-list-center {
    transform: translate(-50%, -50%);
    top: 72%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.home-top-text h1 {
    font-size: 55px;
}

.pd-127 {
    padding-left: 70px;
    padding-right: 70px;
}

.w-130 {
    width: 130px;
}

.w-570 {
    width: 570px;
}

.w-555 {
    width: 555px;
}

.w-520 {
    width: 520px;
}

.w-420 {
    width: 420px;
}

.w-460 {
    width: 460px;
}

.w-500 {
    width: 500px;
}

.w-600 {
    width: 600px;
}

.w-320 {
    width: 320px;
}

.w-300 {
    width: 300px;
}

.w-250 {
    width: 250px;
}

.w-180 {
    width: 180px;
}

.w-170 {
    width: 170px;
}

.h-1110 {
    height: 1110px;
}

.home-part h1 {
    font-size: 55px;
    font-weight: 500;
    letter-spacing: 2px;
    /* font-family: Muli; */
}

.letter-spacing-2 {
    letter-spacing: 2px;
}

.letter-spacing-5 {
    letter-spacing: 5px;
}

.home-part h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #344462;
}

.home-part h3 {
    font-size: 25px;
    font-weight: 600;
    color: #344462;
}

.home-part h4 {
    font-size: 20px;
    color: #2e9985;
}

.home-part h5 {
    font-size: 18px;
    color: #344462;
}

.home-part .text-center h4 {
    text-align: center;
}

.home-part .text-center p {
    text-align: center;
}

.home-part .allow-down:before {
    color: #344462;
    content: '\f107';
    font-family: GeneratePress;
    display: none;
}

.home-part .allow-right {
    width: 0px;
    height: 0px;
    border-width: 0.2rem 0 0.2rem 0.2rem;
    border-color: transparent;
    border-style: solid;
    border-left-color: #fff;
}

.home-part .allow-down {
    font-size: 20px;
    border-radius: 3px;
    line-height: 40px;
    width: 20px;
    text-align: center;
}

.home-part li {
    margin-bottom: 30px;
}

.home-part p {
    font-size: 16px;
    line-height: 1.5;
    color: #344462;
}

.home-part label {
    font-size: 16px;
    line-height: 1.5;
    color: #344462;
}

.bgc-f6f {
    background: #f6f6f6;
}

.bgc-d9d {
    background: #d9d9d9;
}

.wp-block-image,
.separate-containers .site-main > * {
    margin-bottom: 0;
}

.home-btn {
    min-width: 80px;
    height: 32px;
    line-height: 32px;
    padding: 0 10px !important;
    color: #fff;
    font-size: 14px;
    border: none;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.home-part .allow-right {
    width: 0px;
    height: 0px;
    border-width: 4px 0 4px 4px;
    border-color: transparent;
    border-style: solid;
    border-left-color: #fff;
    margin-left: 5px;
}

.home-btn-orange {
    background: #ff974d !important;
}

.home-btn-empty-orange {
    background: #fff !important;
    color: #ff974d !important;
    border: 1px solid #344462 !important;
}

.home-part .home-btn-empty-orange .allow-right {
    border-left-color: #ff974d !important;
}

.home-btn-primary {
    background: #42cfab !important;
}

.home-btn-black {
    background: #344462 !important;
}

.home-btn:hover {
    opacity: 0.9;
}

.main-navigation .main-nav ul li[class*='current-menu-'] > a {
    color: #ff6a00 !important;
}

.show-detail-container .home-part ul {
    position: relative;
    height: 120px;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.show-detail-container .home-part ul li {
    cursor: pointer;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.show-detail-container .home-part ul li p {
    position: absolute;
    left: 0;
    opacity: 0;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transform-origin: 0% 0%;
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
}

.show-detail-container .home-part ul li h4 {
    position: relative;
}

.show-detail-container .home-part ul li h4:after {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    background: #2e9985;
    left: 0;
    bottom: -10px;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.show-detail-container .home-part ul li:hover p {
    opacity: 1;
    /* transform-origin: 100% 100%; */
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
}

.show-detail-container .home-part ul li:hover h4:after {
    width: 40px;
}

.vc_column_container > .vc_column-inner {
    box-sizing: border-box;
    padding: 0 !important;
}

.vc_section {
    padding: 0 !important;
    margin: 0 !important;
}

.vc_row {
    margin: 0 !important;
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
    margin: 0 !important;
}

.auto-padding {
    padding-left: 127px !important;
    padding-right: 127px !important;
}

.inst-padding {
    padding-bottom: 280px;
}

@media (max-width: 768px) {
    .auto-padding {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .separate-containers .inside-article,
    .separate-containers .comments-area,
    .separate-containers .page-header,
    .separate-containers .paging-navigation,
    .one-container .site-content,
    .inside-page-header {
        padding: 0px !important;
    }

    .inst-padding {
        padding-bottom: 200px;
    }
}

@media screen and (max-width: 1199px) {
    .pc-container {
        display: none;
    }

    .mo-container {
        display: block;
    }

    body {
        font-size: 7.2rem;
    }

    .home-part h1 {
        font-size: 0.6rem;
        font-weight: 500;
        letter-spacing: 2px;
        margin-bottom: 0.3rem;
        color: #344462;
    }

    .home-part h2 {
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 10px;
        color: #344462;
    }

    .home-part h3 {
        font-size: 0.38rem;
        font-weight: 600;
        margin-bottom: 0.2rem;
        color: #344462;
    }

    .home-part h4 {
        font-size: 0.3rem;
        color: #2e9985;
        margin-bottom: 0.1rem;
    }

    .home-part h5 {
        font-size: 0.26rem;
        color: #344462;
    }

    .home-part .home-btn {
        min-width: 0.8rem;
        height: 0.5rem;
        line-height: 0.5rem;
        padding: 0 0.1rem !important;
        color: #fff;
        font-size: 0.22rem;
        border: none;
        border-radius: 0.25rem;
    }

    .home-part .home-top-text {
        transform: translate(-50%, -50%);
        left: 50%;
        top: 35%;
    }

    .home-part .home-top-text-type2 {
        left: 50%;
        top: 34%;
        transform: translate(-50%, -50%);
        width: 100%;
        padding: 0 0.2rem;
    }

    .home-part .home-top-text-type2 h1 {
        font-size: 0.45rem;
    }

    .home-part li {
        margin-bottom: 0.2rem;
        font-size: 0.25rem;
    }

    .home-part p {
        font-size: 0.25rem;
        line-height: 1.5;
        text-align: center;
        margin-bottom: 0.15rem;
        color: #344462;
    }

    .home-part label {
        font-size: 0.25rem;
        line-height: 1.5;
        color: #344462;
    }

    .home-part .allow-right {
        width: 0px;
        height: 0px;
        border-width: 0.08rem 0 0.08rem 0.08rem;
        border-color: transparent;
        border-style: solid;
        border-left-color: #fff;
        margin-left: 0.18rem;
    }

    .home-part .allow-down {
        font-size: 0.3rem;
        border-radius: 0.03rem;
        line-height: 0.3rem;
        width: 0.2rem;
        text-align: center;
        margin: 0.3rem 0;
    }

    .text-col-4c4 p {
        color: #4c4c4c;
    }
    .ml-03r {
        margin-left: 0.3rem !important;
    }

    .ml-02r {
        margin-left: 0.2rem !important;
    }

    .ml-04r {
        margin-left: 0.4rem !important;
    }

    .mr-02r {
        margin-right: 0.2rem !important;
    }

    .mr-03r {
        margin-right: 0.3rem !important;
    }

    .mr-04r {
        margin-right: 0.4rem !important;
    }

    .mt-02r {
        margin-top: 0.2rem !important;
    }
    .mt-05r {
        margin-top: 0.5rem !important;
    }
    .mt-025r {
        margin-top: 0.25rem !important;
    }

    .mt-03r {
        margin-top: 0.3rem !important;
    }

    .mt--03r {
        margin-top: -0.3rem !important;
    }

    .mt--04r {
        margin-top: -0.4rem !important;
    }
    .mt--01r {
        margin-top: -0.1rem !important;
    }
    .mr-1r {
        margin-right: 1rem !important;
    }

    .mr-028r {
        margin-right: 0.28rem !important;
    }

    .mb-01r {
        margin-bottom: 0.1rem !important;
    }
    .mb-1r {
        margin-bottom: 1rem !important;
    }

    .mb-02r {
        margin-bottom: 0.2rem !important;
    }

    .mb-03r {
        margin-bottom: 0.3rem !important;
    }

    .mb-04r {
        margin-bottom: 0.4rem !important;
    }

    .mb-05r {
        margin-bottom: 0.5rem !important;
    }

    .mb-08r {
        margin-bottom: 0.8rem !important;
    }

    .p-08r {
        padding: 0.8rem;
    }

    .p-04r {
        padding: 0.4rem;
    }

    .p-lr-04r {
        padding: 0 0.4rem;
    }

    .p-02r {
        padding: 0.2rem;
    }

    .p-03r {
        padding: 0.3rem;
    }

    .pr-02r {
        padding-right: 0.2rem;
    }
    .pr-05r {
        padding-right: 0.5rem !important;
    }
    .pl-05r {
        padding-left: 0.5rem !important;
    }
    .pl-02r {
        padding-left: 0.2rem;
    }

    .w-72r {
        width: 7.2rem;
    }

    .w-30r {
        width: 3rem !important;
    }

    .w-25r {
        width: 2.5rem !important;
    }

    .w-20r {
        width: 2rem !important;
    }

    .w-15r {
        width: 1.5rem !important;
    }

    .w-10r {
        width: 1rem !important;
    }

    .w-09r {
        width: 0.9rem;
    }

    .w-12r {
        width: 1.2rem;
    }

    .w-20r {
        width: 2rem;
    }

    .w-25r {
        width: 2.5rem !important;
    }

    .h-20r {
        height: 2rem;
    }

    .m-arrow {
        width: 0.3rem;
        height: 0.3rem;
        transition: transform 1s ease;
        -webkit-transition: transform 1s ease;
        -moz-transition: transform 1s ease;
        -ms-transition: transform 1s ease;
        -o-transition: transform 1s ease;
    }

    .m-arrow-up {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }

    .menu-toggle {
        position: absolute;
        top: -45px;
        right: 0;
        width: auto;
    }

    .site-header,
    .header-aligned-right .site-header {
        text-align: justify !important;
    }

    button.menu-toggle {
        font-size: 0.3rem;
        color: #2e9985;
        width: auto !important;
        padding: 0 !important;
    }

    .main-navigation ul {
        margin-top: 0.3rem;
    }

    .copyright {
        font-size: 0.24rem;
    }

    .main-navigation a {
        font-size: 0.24rem;
    }

    .main-navigation .main-nav ul li a {
        font-size: 0.3rem;
        padding: 0;
    }

    .inside-article {
        padding: 15px !important;
        margin-bottom: 50px;
    }

    .home-info {
        padding: 0.5rem;
    }

    .home-info p {
        font-size: 0.28rem !important;
        margin: 0.2rem 0 !important;
    }

    .home-info h2 {
        font-size: 0.34rem !important;
        text-align: center;
    }

    #menu-inclient-footer-menu {
        flex-direction: column;
    }

    /* jzk mobile */
    .m-home-top-text-top {
        margin-right: 1rem;
    }

    .m-home-top-text-bottom {
        margin-left: 1rem;
    }

    /* .m-home-part-trait{} */

    .home-part .m-home-part-trait {
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    .home-part .m-home-part-trait li {
        width: 6.75rem;
        /* height: 2.33rem; */
        padding: 0.3rem;
        margin-bottom: 0.3rem;
        border-radius: 0.05rem;
        box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
    }

    .home-part .m-home-part-trait li .home-part-trait-img {
        width: 2rem;
        max-width: unset;
    }

    .home-part .m-home-part-trait li .home-part-trait-title {
        font-size: 18px;
        font-weight: 700;
        color: #344462;
        margin: 0.14rem 0;
    }

    .home-part .m-home-part-trait li .home-part-trait-title.home-part-trait-special {
        height: 0.6rem;
        line-height: 0.88rem;
    }

    .home-part .m-home-part-trait li .home-part-trait-desc {
        font-size: 14px;
        line-height: 1.5;
    }

    .home-part .m-home-part-service li {
        width: 6.75rem;
        margin-bottom: 0.5rem;
        padding: 0 0.5rem;
    }

    .home-part .m-home-part-service li .home-part-service-img {
        position: relative;
    }

    .home-part .m-home-part-service li .home-part-service-img .m-service-title {
        text-align: left;
    }

    .home-part .m-home-part-service li .home-part-service-img .home-part-service-img-pic {
        margin-right: 1.2rem;
    }

    .home-part .m-home-part-service li .home-part-service-img .home-part-service-img-pic img {
        width: 5.31rem;
        height: 4.86rem;
        max-width: unset;
    }

    .home-part .m-home-part-service li .home-part-service-img .home-part-service-img-pic .home-part-detail-service {
        position: absolute;
        width: 4.2rem;
        bottom: 0.55rem;
        left: 0.5rem;
        color: #fff;
        font-size: 16px;
        line-height: 2.2;
    }

    .home-part .m-home-part-service li .home-part-service-img .home-part-service-img-pic .home-part-detail-service-second {
        right: 0.76rem !important;
        left: unset !important;
        width: 4.2rem;
        text-align: right;
    }

    .home-part .m-home-part-service li .home-part-service-img .home-part-service-img-pic .home-part-detail-service span {
        font-size: 12px;
        margin-right: 0.24rem;
    }

    .home-part .m-home-part-service li .home-part-service-img .home-part-service-img-pic .home-part-detail-service span:last-child {
        margin-right: 0;
    }

    .home-part .m-home-part-service li .home-part-service-img .home-part-service-img-desc-second {
        /* padding-left: 12%; */
        margin-right: 0.13rem;
    }

    .home-part .m-home-part-service li .home-part-service-img .home-part-service-img-desc img {
        width: 1.2rem;
    }

    .home-part .m-home-part-service li .home-part-service-img .home-part-service-img-desc p {
        font-size: 20px;
        font-weight: 600;
    }

    .home-part .m-home-part-service li .home-part-service-img .home-part-service-img-desc .home-part-service-title {
        font-size: 30px;
        color: #344462;
        font-weight: 900;
        margin-bottom: 0.32rem;
    }

    .m-service-route {
        width: 0.25rem !important;
        padding-top: 0.24rem;
    }

    /* jzk mobile end */
}

@media screen and (min-width: 1200px) {
    .pc-container {
        display: block;
    }

    .mo-container {
        display: none;
    }

    .site-logo {
        line-height: 60px;
    }

    .inside-header {
        padding: 15px 70px;
    }

    .site-info {
        padding: 20px 70px;
    }

    .entry-content {
        padding: 0 70px;
        margin-bottom: 150px;
        min-height: calc(100vh - 450px);
    }

    .entry-content p {
        font-size: 16px;
    }

    .entry-content p strong,
    .entry-content h3 strong {
        font-size: 22px;
    }

    .entry-title {
        margin-bottom: 0;
        text-align: center;
        margin: 50px 0;
    }
    .mt-12 {
        margin-top: 12px;
    }
}

.label-item label {
    width: 47.5%;
    padding: 10px 0;
}

.label-item label:last-child {
    margin-left: 5%;
}

.label-item label input {
    margin-top: 8px;
    background: #e6e6e6 !important;
    border: none !important;
    border-radius: 4px;
}

.label-full-item label {
    width: 100%;
    padding: 10px 0;
}

.label-full-item label select {
    margin-top: 8px;
    background: #e6e6e6 !important;
    border: none !important;
    border-radius: 4px;
    width: 100%;
}

.label-text label,
.label-text {
    width: 100%;
}

.label-text textarea {
    width: 100%;
    margin-top: 10px;
    background: #e6e6e6 !important;
    border: none;
    height: 150px;
    border-radius: 4px;
}

.label-commit input {
    min-width: 120px !important;
    margin: 0 !important;
}

.label-item .wpcf7-mathcaptcha {
    border: 0;
    border-bottom: 1px #3a3a3a dashed;
    padding: 4px 15px;
    background: #e6e6e6;
    border-radius: 4px;
    margin: 0 5px;
}

.label-item.mathcaptcha-item .wpcf7-form-control-wrap {
    display: flex;
    justify-content: start;
    align-items: center;
    min-width: 300px;
    margin-top: 10px;
    flex-direction: row;
}

.label-item .wpcf7-form-control-wrap {
    display: flex;
    justify-content: start;
    flex-direction: column;
}

.button--gt-after {
    color: #3ccfab !important;
    font-size: 16px;
}

div.wpcf7 .ajax-loader {
    width: 0;
}

.loader-div-shade {
    z-index: 19891015;
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: rgb(255, 255, 255);
}

.my-loading {
    z-index: 19891015;
    position: absolute;
    left: 50%;
    top: 50%;
}

.my-loading-shade {
    z-index: 19891014;
    background-color: rgb(255, 255, 255);
    opacity: 1;
    position: fixed;
    width: 100%;
    height: 100%;
}

.loader-wrapper {
    width: 100vw;
    height: 100vh;
}

.loader-wrapper img {
    /* position: absolute;
	left: 50%;
	top: 85%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%); */
    width: 600px;
}

.animated {
    animation-duration: 1s !important;
    animation-fill-mode: both;
    animation-delay: 0s !important;
}

@media screen and (min-width: 1200px) {
    .home-part:not(:first-child):not(:last-child) {
        width: 1200px;
        margin: 0 auto;
    }

    header > div {
        width: 1200px;
    }

    footer > div {
        width: 1200px;
        padding: 0 70px !important;
    }

    .home-part .home-top-text-type2 {
        left: 50%;
        top: 50%;
        width: 1200px;
        transform: translate(calc(-50% + 70px), -50%);
    }

    .home-part .home-top-text-type3 {
        left: 50%;
        top: 60%;
        width: 1200px;
        transform: translate(calc(-50% + 70px), -50%);
    }

    .home-info {
        padding: 70px !important;
        width: 1200px;
        margin: 0 auto;
    }

    .home-info p,
    .home-info h2 {
        padding: 0 !important;
    }
}

.home-info h2 {
    line-height: 1.3;
    margin-bottom: 0;
}

.home-info p {
    font-size: 16px;
    margin-top: 40px;
}

.text-align-left,
.text-align-left p {
    text-align: left;
}

.text-align-right,
.text-align-right p {
    text-align: right;
}

.text-align-center {
    text-align: center;
}

.home-part-sp-1::before {
    position: absolute;
    content: '';
    width: 180px;
    height: 180px;
    background: #fff;
    top: 50%;
    left: -120px;
    border-radius: 50%;
}

.home-part-sp-1::after {
    position: absolute;
    content: '';
    width: 180px;
    height: 180px;
    background: #fff;
    top: 50%;
    right: -120px;
    border-radius: 50%;
}

.clear-fix:after {
    content: '020';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear-fix {
    /* 触发 hasLayout */
    zoom: 1;
}

.main-navigation ul ul {
    width: 220px;
}

.footer-bar .widget_nav_menu li ul {
    display: block;
}

.footer-bar .widget_nav_menu li {
    margin: 0;
    margin-bottom: 10px;
}

.menu-inclient-footer-menu-container {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

#menu-inclient-footer-menu {
    width: 100%;
    display: flex;
    justify-content: center;
}

#menu-inclient-footer-menu > li {
    display: flex;
    margin: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

#menu-inclient-footer-menu > li a {
    font-size: 16px;
    margin-bottom: 20px;
}

#menu-inclient-footer-menu > li > a {
    font-size: 18px;
    font-weight: 700;
}

#menu-inclient-footer-menu li ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
}

#menu-inclient-footer-menu li li {
    margin-bottom: 15px;
    text-align: left;
}

#menu-inclient-footer-menu li li a {
    font-size: 14px;
}

.site-info {
    padding: 50px 0;
}

@media screen and (min-width: 1200px) {
    #menu-inclient-footer-menu > li {
        flex: 1;
        padding-left: 345px;
    }

    #menu-inclient-footer-menu > li:first-child {
        flex: 1;
        padding: 0px;
    }

    .footer-info {
        /* display: box;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: start;
        -ms-justify-content: start;
        -o-justify-content: start;
        justify-content: flex-start; */
    }

    .copyright {
        margin-left: 30px;
    }
}

@media screen and (max-width: 1199px) {
    .header-image {
        width: 1.35rem;
        /*height: .4rem;*/
    }

    button.menu-toggle:hover,
    button.menu-toggle:active,
    button.menu-toggle:focus {
        background-color: transparent;
        color: #fff !important;
    }

    .nav-float-right .inside-header .main-navigation {
        border-radius: 8px;
    }

    .main-navigation,
    .main-navigation ul ul {
        background: transparent !important;
    }

    .main-navigation ul,
    .gen-sidebar-nav {
        background: #fff;
        margin-top: 20px;
        border-radius: 8px;
    }

    .main-navigation.toggled .main-nav li {
        padding: 0 30px;
    }

    .footer-info {
        display: box;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: start;
        -ms-align-items: start;
        -o-align-items: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;

        display: box;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .main-navigation .main-nav ul ul li a {
        font-size: 0.28rem !important;
    }

    .menu-inclient-footer-menu-container {
        margin: 0;
    }

    #menu-inclient-footer-menu > li {
        margin-bottom: 0.4rem;
        height: auto !important;
    }

    #menu-inclient-footer-menu > li a {
        font-size: 0.3rem;
        margin-bottom: 0.2rem;
    }

    #menu-inclient-footer-menu > li li a {
        font-size: 0.26rem;
    }

    #menu-inclient-footer-menu li li {
        margin-bottom: 0;
    }

    .copyright {
        text-align: left;
        line-height: 2.4;
    }

    .site-info {
        padding: 0.8rem 0.4rem !important;
    }
}

body .grid-container.container {
    width: 100% !important;
    max-width: 100% !important;
}

body .grid-container.site-footer {
    width: 100% !important;
    max-width: 100% !important;
}

.page-template-default .site-header {
    background: rgb(54, 68, 98) !important;
}

.page-template-default .inside-article {
    padding-top: 120px;
}

.site-header {
    background-color: transparent !important;
}

.site-header.head_wrap_shrink {
    background-color: rgb(54, 68, 98) !important;
}

.site-header {
    background-color: transparent !important;
    color: #3a3a3a;
    position: absolute;
    z-index: 222 !important;
    width: 100% !important;
}

.footer-bar .widget_nav_menu .menu > .current-menu-item > a {
    color: #ff6a00 !important;
}

.footer-bar .widget_nav_menu .menu .current-menu-item .sub-menu a {
    color: #fff;
}

.footer-bar .widget_nav_menu .sub-menu > .current-menu-item > a {
    color: #ff6a00 !important;
}

@media screen and (min-width: 1200px) {
    .main-navigation .main-nav ul li > a {
        color: #fff !important;
        background-color: transparent !important;
        font-size: 16px;
    }

    .main-navigation {
        background-color: transparent !important;
    }

    .main-navigation ul ul {
        background-color: #fff !important;
        border-radius: 4px;
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .main-navigation .main-nav ul ul li > a {
        color: #3a3a3a !important;
    }

    .main-navigation .main-nav ul li:hover > a {
        color: #ff6a00 !important;
    }

    .main-navigation .main-nav ul ul li:hover > a,
    .main-navigation .main-nav ul ul li:focus > a,
    .main-navigation .main-nav ul ul li.sfHover > a {
        color: #ff6a00 !important;
    }
}

.label-item label {
    width: 47.5%;
    padding: 10px 0;
}

.label-item label:last-child {
    margin-left: 5%;
}

.label-item label input {
    margin-top: 8px;
    background: #e6e6e6 !important;
    border: none !important;
    border-radius: 4px;
}

.label-full-item label {
    width: 100%;
    padding: 10px 0;
}

.label-full-item label select {
    margin-top: 8px;
    background: #e6e6e6 !important;
    border: none !important;
    border-radius: 4px;
    width: 100%;
}

.label-text label,
.label-text {
    width: 100%;
}

.label-text textarea {
    width: 100%;
    margin-top: 10px;
    background: #e6e6e6 !important;
    border: none;
    height: 150px;
    border-radius: 4px;
}

.label-commit input {
    min-width: 120px !important;
    margin: 0 !important;
}

.label-item .wpcf7-mathcaptcha {
    border: 0;
    border-bottom: 1px #3a3a3a dashed;
    padding: 4px 15px;
    background: #e6e6e6;
    border-radius: 4px;
    margin: 0 5px;
}

.label-item.mathcaptcha-item .wpcf7-form-control-wrap {
    display: flex;
    justify-content: start;
    align-items: center;
    min-width: 300px;
    margin-top: 10px;
    flex-direction: row;
}

.label-item .wpcf7-form-control-wrap {
    display: flex;
    justify-content: start;
    flex-direction: column;
}

.button--gt-after {
    color: #3ccfab !important;
    font-size: 16px;
}

div.wpcf7 .ajax-loader {
    width: 0;
}

/* jzk */

.home-banner {
    height: auto;
    background: rgb(54, 68, 98);
    padding: 0 212px;
}

.home-banner img {
    /* width: 20%; */
    /* margin: 150px 135px 60px 200px; */
    width: 28%;
    margin: 8% 8% 2% 24%;
}

.home-banner .home-banner-text {
    margin-top: 90px;
}

.home-banner .home-banner-text .home-banner-text-bottom {
    padding-left: 110px;
}

.home-part .home-part-desc {
    text-align: center;
    padding: 60px 0;
}

.home-part .home-part-desc .home-part-desc-p {
    margin-bottom: 0;
    line-height: 2;
    font-size: 24px;
}

.home-part .home-part-title {
    text-align: center;
    font-size: 30px;
}

.home-part .home-part-title h3 {
    margin-bottom: 28px;
}

.home-part .home-part-trait {
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.home-part .home-part-trait li {
    width: 320px;
    height: 357px;
    padding: 16px;
    margin-right: 45px;
    margin-bottom: 45px;
    border-radius: 5px;
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
}

.home-part .home-part-trait li:nth-of-type(3n) {
    margin-right: 0;
}

.home-part .home-part-trait li .home-part-trait-img {
    width: 72%;
    max-width: unset;
}

.home-part .home-part-trait li .home-part-trait-title {
    font-size: 20px;
    font-weight: 700;
    color: #344462;
    margin: 14px 0;
}

.home-part .home-part-trait li .home-part-trait-title.home-part-trait-special {
    height: 60px;
    line-height: 88px;
}

.home-part .home-part-trait li .home-part-trait-desc {
    font-size: 16px;
}

.home-part .home-part-service li {
    width: 100%;
    margin-bottom: unset;
}

.home-part .home-part-service li .home-part-service-img {
    position: relative;
}

.home-part .home-part-service li .home-part-service-img .home-part-service-img-pic {
    margin-right: 120px;
}

.home-part .home-part-service li .home-part-service-img .home-part-service-img-pic img {
    width: 531px;
    height: 486px;
    max-width: unset;
}

.home-part .home-part-service li .home-part-service-img .home-part-service-img-pic .home-part-detail-service {
    position: absolute;
    width: 37%;
    bottom: 55px;
    left: 50px;
    color: #fff;
    font-size: 16px;
    line-height: 2.2;
}

.home-part .home-part-service li .home-part-service-img .home-part-service-img-pic .home-part-detail-service-second {
    right: 76px !important;
    left: unset !important;
    width: 38%;
}

.home-part .home-part-service li .home-part-service-img .home-part-service-img-pic .home-part-detail-service span {
    margin-right: 24px;
}

.home-part .home-part-service li .home-part-service-img .home-part-service-img-pic .home-part-detail-service span:last-child {
    margin-right: 0;
}

.home-part .home-part-service li .home-part-service-img .home-part-service-img-desc {
    width: 27%;
}

.home-part .home-part-service li .home-part-service-img .home-part-service-img-desc-second {
    padding-left: 12%;
    margin-right: 130px;
}

.home-part .home-part-service li .home-part-service-img .home-part-service-img-desc img {
    width: 63%;
    padding-bottom: 18px;
}

.home-part .home-part-service li .home-part-service-img .home-part-service-img-desc p {
    font-size: 20px;
    font-weight: 600;
}

.home-part .home-part-service li .home-part-service-img .home-part-service-img-desc .home-part-service-title {
    font-size: 30px;
    color: #344462;
    font-weight: 900;
    margin-bottom: 32px;
}

.ceo {
    position: relative;
    right: 12%;
}

.service-route {
    width: 10% !important;
    padding-top: 24px;
}

.flex-column {
    flex-direction: column;
}

.title__title--desc {
    padding-left: 36px;
    vertical-align: super;
}

/* .digital-transfer {
    margin-left: 65px;
    margin-right: 45px;
} */

.digital-transfer .digital-transfer__left {
    width: 472px;
    margin-right: 65px;
}

.digital-transfer .digital-transfer__left--pl-64 {
    padding-left: 64px;
}

.digital-transfer .digital-transfer__img {
    position: relative;
    top: -80px;
}

.digital-transfer .digital-transfer__desc {
    width: 100%;
    padding-left: 62px;
    padding-top: 24px;
}

.superiority__right__image {
    position: relative;
    left: -40px;
}

.superiority__right__desc {
    position: relative;
    left: 70px;
    width: 356px;
}

.design-progress {
    width: 930px;
    margin-left: 85px;
}

.design-progress__part {
    overflow: hidden;
    background-image: url('https://www.inclient.cn/wp-content/uploads/2020/03/design-background.png');
    background-size: cover;
}

.design__part {
    width: 460px;
    height: 327px;
    padding-top: 22px;
}
.design__img {
    width: 130px;
    margin-right: 14px;
}

.website-design__desc {
    background: rgba(0, 0, 0, 0.02);
}

.website-design__desc__left .website__img {
    width: 420px;
    /* padding-right: 40px; */
}

.website-design__desc__left .website__img--bottom {
    bottom: -60px;
}

.website-design__desc__left .website__p {
    width: 246px;
}
.website-design__desc__left .website__p.website__p--top {
    top: 58px;
    margin-bottom: 74px;
}

.website-design__desc__right {
    top: -85px;
}

.website-design__desc__right .website__p.website__p--bottom {
    bottom: 22px;
}

.website-design__desc__right .website__img {
    width: 420px;
}

.website-design__desc__right .website__p {
    width: 246px;
}

.website-design__desc__right .website__img--top {
    top: -82px;
}
.website-service__img--mb img {
    margin-right: 0 !important;
    margin-bottom: 60px !important;
}
.website-service__img img {
    width: 520px;
    margin-right: 10px;
    margin-bottom: 6px;
}
.website-service__img img:nth-of-type(2n) {
    margin-right: 0 !important;
}
.website-design__desc--top {
    top: -40px;
}

.website-design__desc__desc {
    width: 5rem;
    margin: 0 auto;
    font-size: 16px;
    letter-spacing: 2px;
}
.m-customization__progress {
    overflow: hidden;
    background-image: url('https://www.inclient.cn/wp-content/uploads/2020/03/m-project-design.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.m-design__part {
    width: 7rem;
    height: 3.8rem;
    padding: 0.6rem;
}
/* jzk */

.mt-66 {
    margin-top: 66px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.honor-img {
    width: 200px;
    height: 259px;
    padding-right: 14px;
    margin-bottom: 60px;
}

.honor-img:nth-of-type(5n) {
    padding-right: 0px !important;
}

.m-honor-img {
    width: 47%;
    margin-right: 10px;
    margin-bottom: 10px;
}

.m-honor-img:nth-of-type(2n) {
    margin-right: 0px !important;
}

.honor-img-5x7 {
    width: 362px;
    height: 259px;
    padding-right: 14px;
    margin-bottom: 60px;
}

.honor-img-5x7:nth-of-type(5n) {
    padding-right: 0px !important;
}

.m-honor-img-5x7 {
    width: 100%;
    margin-right: 10px;
    margin-bottom: 10px;
}

.m-honor-img-5x7:nth-of-type(2n) {
    margin-right: 0px !important;
}